| OnTextFileReload | Event fired after file auto-reload has been completed. See TextAutoReload property. |
| OnTextSearchProgress | Event fired during text search progress. It is of type:
TATStreamSearchProgress = procedure(
const ACurrentPos, AMaximalPos: Int64;
var AContinueSearching: Boolean) of object;
ACurrentPos: current search position,AMaximalPos: maximal search position (almost equals to file size), AContinueSearching: if set to False then search will be stopped. |